home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 March / macformat-022.iso / Shareware City / Developers / MW MPW Binaries 1.1.1a2 / mwcPPC / MWCIncludes / console.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-15  |  459 b   |  16 lines  |  [TEXT/MMCC]

  1. /************************************************************************/
  2. /*    Project...:    Standard ANSI-C Library                                    */
  3. /*    Name......:    console.h                                                */
  4. /*    Purpose...:    standard ANSI header file                                */
  5. /*  Copyright.: ©Copyright 1994 by metrowerks inc. All rights reserved. */
  6. /************************************************************************/
  7.  
  8. #ifndef __CONSOLE__
  9. #define __CONSOLE__
  10.  
  11. #ifndef __SIOUX__
  12. #include <SIOUX.h>
  13. #endif
  14.  
  15. #endif
  16.